Skip to content

Conversation

@ndegwamartin
Copy link
Collaborator

Description of what I changed

Ticket #1474

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the
automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the
    review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review
    Java and
    Python style guides.

  • My IDE is configured to follow the Google
    code styles.

    No? Unsure? ->
    configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing
    code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.

  • If I made any Python code changes, I ran black . and pylint . right
    before creating this pull request and added all formatting changes to my
    commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@ndegwamartin ndegwamartin requested a review from bashir2 October 1, 2025 16:54
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2025

Codecov Report

❌ Patch coverage is 16.66667% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.54%. Comparing base (ce29a08) to head (4f69da0).

Files with missing lines Patch % Lines
.../java/com/google/fhir/analytics/ParquetMerger.java 0.00% 17 Missing ⚠️
.../com/google/fhir/analytics/JdbcResourceWriter.java 0.00% 10 Missing ⚠️
...oogle/fhir/analytics/metrics/FlinkJobListener.java 0.00% 5 Missing ⚠️
...a/com/google/fhir/analytics/ConvertResourceFn.java 60.00% 1 Missing and 3 partials ⚠️
...c/main/java/com/google/fhir/analytics/FhirEtl.java 0.00% 4 Missing ⚠️
...m/google/fhir/analytics/ProcessGenericRecords.java 0.00% 2 Missing ⚠️
.../java/com/google/fhir/analytics/JdbcFetchHapi.java 50.00% 0 Missing and 1 partial ⚠️
...in/java/com/google/fhir/analytics/ParquetUtil.java 0.00% 0 Missing and 1 partial ⚠️
...va/com/google/fhir/analytics/view/ViewManager.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1484      +/-   ##
============================================
- Coverage     46.66%   46.54%   -0.13%     
- Complexity      676      677       +1     
============================================
  Files            90       90              
  Lines          5874     5898      +24     
  Branches        814      826      +12     
============================================
+ Hits           2741     2745       +4     
- Misses         2828     2845      +17     
- Partials        305      308       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ndegwamartin for the changes.

Copy link
Collaborator

@bashir2 bashir2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes @ndegwamartin; please feel free to merge this once the minor remaining comments are addressed.

@bashir2
Copy link
Collaborator

bashir2 commented Nov 6, 2025

/gcbrun

@ndegwamartin
Copy link
Collaborator Author

/gcbrun

@bashir2
Copy link
Collaborator

bashir2 commented Nov 6, 2025

The e2e test succeeded on this a few minutes ago, here is the Cloud Build link (not sure why GitHub is not picking that up); merging ...

@bashir2 bashir2 merged commit 69799f6 into google:master Nov 6, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants